home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the volume of sound 1 to 250
- cursor(4)
- set the mouseDownScript to "mClick"
- end
-
- on mclick
- sound fadeOut 1, 30
- go("Fade")
- end
-
- on mselectmovie
- global movieselect
- if movieselect = 0 then
- set movieselect to 1
- go(45, "Yasai.dxr")
- else
- if movieselect = 1 then
- set movieselect to 2
- go(2, "Closet.dxr")
- else
- if movieselect = 2 then
- set movieselect to 3
- go(1, "Danro.dxr")
- else
- set movieselect to 0
- go(1, "K_Rdoor.dxr")
- end if
- end if
- end if
- end
-